@charset "utf-8";
/* CSS Document */

html {
	overflow-x:hidden;
	overflow-y:auto;
	height:100%;
}

body {
	background:#2C2D28 none repeat scroll 0 0;
	color:#998F82;
	font-family:Tahoma;
	font-size:10px;
	height:100%;
}

h1 {
	position:absolute;
	left:0px;
}

h2 {
	font-size:18px;
	color:#fff;
}

h3 {

}

td {
	font-family:Verdana;
	font-size:10px;
}

p {
	margin:0px 0px 10px 0px;
}

a {
	color:#998F82;
}

label {
	cursor:pointer;
}
